Retrieves the languages available for speech synthesis.
The request body is of type GetLanguagesForSpeak.
Request Body Parameters
Name | Description | Data Type |
appId | | xml:string |

Overview
 |
 |
Sequence
 |
appId optional xs:string
A string containing "Bearer" + " " + access token.
| | |
The response body is of type GetLanguagesForSpeakResponse.
A string array containing the language codes supported for speech synthesis by the Translator Services.Response Body Parameters
Name | Description | Data Type |
GetLanguagesForSpeakResult | | ArrayOfstring |

Overview